home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / SHLExamples / Delegation / EOFDelegateControllerCategory.h < prev    next >
Encoding:
Text File  |  1994-07-31  |  641 b   |  29 lines

  1. /*--------------------------------------------------------------------------
  2.  *
  3.  *     You may freely copy, distribute, and reuse the code in this example.
  4.  *     SHL Systemhouse disclaims any warranty of any kind, expressed or  
  5.  *    implied, as to its fitness for any particular use.
  6.  *
  7.  *
  8.  *    Controller
  9.  *
  10.  *    Category Of:    EOFDelegate
  11.  *
  12.  *    Conforms To:    None
  13.  *
  14.  *    Declared In:    EOFDelegateControllerCategory.h
  15.  *
  16.  *    Category Description
  17.  *
  18.  *        Implements delegate methods sent by EOController. 
  19.  *
  20.  *
  21.  *------------------------------------------------------------------------*/
  22. #import "EOFDelegate.h"
  23.  
  24.  
  25.  
  26. @interface EOFDelegate (Controller)
  27.  
  28. @end
  29.